
/*
期刊服务平台
by 汤静
2018.5
*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {

	margin: 0;
	padding: 0;
	color: #333333;
	font: 12px/16px "Microsoft YaHei";
	word-break: break-all;
	word-wrap:break-word;
}

h1, h2, h3, h4, h5, h6, blockquote, pre, a, address, img, strong, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	line-height: 1.5;
	word-break: break-all;
	word-wrap:break-word;
}



a {
	color: #0068A2;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
}


a:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
	color: #0085CC;
	text-decoration: underline;
}

u {
	color: #dd0000;
	text-decoration: inherit;
	font-weight: lighter
}


label {
	cursor: pointer;
}
caption,th {
	text-align: left;
}

em {
	font-style: normal;
}

img {
	border: 0 none;
	vertical-align: bottom;
}

input[type="checkbox"] {
	vertical-align: middle;
}

input:focus, textarea:focus, button:focus {
	outline: 0;
}

sup {
	position: relative;
	top: -.4em;
	vertical-align: inherit;
}
sub {
	position: relative;
	bottom: -.25em;
	vertical-align: inherit;
}


ol, ul{
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.row:before, .row:after {
	display: table;
	content: "";
	clear: both;
}
body {
	font-family: "Microsoft Yahei";
	background: #ffffff;
}

a[href="#"] {
	cursor: not-allowed;
}

.imp {
	color: #ff433b!important
}
.l-width {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.label {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	color: #777;
}
.label:after {
	position: absolute;
	top: 0;
	right: -5px;
	margin: 0!important;
	content: ":"!important;
}
.h-scroll {
	overflow: auto;
	height: 200px;
}
.layui-layer-tab .layui-layer-title span,
.layui-layer-tab .layui-layer-title span.layui-this {
	height: 42px!important;
}
#layui-layer-shared {
	overflow: inherit;
}
#layui-layer-shared .social-share a:hover {
	opacity: 1;
}
.layui-btn, .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #0033a0;
}
.layui-btn:hover {
	text-decoration: none;
}
.layui-laypage a:hover {
	text-decoration: none;
}
.layui-btn-primary {
	background: #fff;
}
.layui-btn-primary:hover, .layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #15508c!important;
}
.layui-form-radio {
	height: auto;
	line-height: inherit;
	border: none;
	margin: 0;
	padding-right: 0;
}
.layui-form-radio>i {
	position: relative;
	top: 1px;
	font-size: 16px!important;
	margin-right: 3px;
}
.layui-form-radio, .layui-form-radio * {
	vertical-align: inherit;
}
.layui-form-checkbox span {
	padding: 0 5px;
}
.layui-form-checkbox[lay-skin=primary] i {
	top: 1px;
}
.btn-hover {
	position: relative;
	padding-right: 20px;
}
.btn-hover .icon-edge {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -2px;
	cursor: pointer;
	border-width: 4px;
	border-top-color: #c2c2c2;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn-hover:hover {
	opacity: 1!important;
}
.btn-hover:hover .btn-hover-list {
	display: block;
}
:root .btn-hover:hover .icon-edge {
    margin-top: -7px\0/IE9;
}
.btn-hover:hover .icon-edge {
    margin-top: -7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -3px\9;
}


.btn-hover-list {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -1px;
	z-index: 999;
	background: #fff;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit;
	
}
.btn-hover-list dd a {
	display: block;
	text-align: left;
	padding: 0 5px;
	color: inherit;
}
.btn-hover-list dd a:hover {
	opacity: .8;
	text-decoration: none;
}

.table-list table {
	width: 100%;
    border: 1px solid #e5e5e5;
}
.table-list tr {
	border-bottom: 1px solid #EBEBEB;
}

.table-list thead tr {
	height: 42px;
	background: #EEEEF6;

}
.table-list tbody tr:nth-child(even) {
	background: #F8F8FB;
}
.table-list th, .table-list td {
	padding: 11px 10px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #555;
}
.table-list th a {
	color: #000;
}
.table-list th a:hover {
	text-decoration: none;
}
.table-list td {
	color: #333;
	padding: 16px 10px;
    border: 1px solid #e5e5e5;
}
.table-list .title, .table-list .t-left {
	padding: 7px 10px;
	text-align: left;
}
.table-list .t-left a:not(:last-child) {
	margin-right: 10px;
}



#header, #body, #footer, #searcher {
	min-width: 1200px;
}
/*  头部  */
#header {
	position: relative;
	height: 80px;
	margin-bottom: 100px;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	z-index: 1;
}
.logo {
	position: absolute;
	top: 23px;
	left: 0;
}
.logo:after {
	position: absolute;
	top: 11px;
	right: -10px;
	height: 12px;
	border-right: 1px solid #839eb8;
	content: "";
}
.head-nav {
	position: absolute;
	left: 332px;
	top: 20px;
}
.head-nav li {
	float: left;

}

.head-nav li a {
	display: inline-block;
	position: relative;
	height: 40px;
	padding: 0 8px;
	font-size: 14px;
	line-height: 39px;
}
.head-nav li.new a:after {
	position: absolute;
	top: 7px;
	right: -15px;
	width: 23px;
	height: 9px;
	background: url("icon_new[1].png") no-repeat;
	content: "";
}



.user-nav {
	position: absolute;
	right: 0;
	top: 20px;
}
.user-nav li {
	float: left;
}
.user-nav li:last-child {
	margin-right: -10px;
} 
.user-nav li a {
	display: inline-block;
	height: 40px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 39px;
}
.user-nav li a .icon-arrow-right {
	top: -2px;
	font-size: 12px;
	transform: rotate(90deg)
}

.user-nav li a:hover {
	text-decoration: none;
}
.user-nav li a:hover .icon-arrow-right {
	transform: rotate(270deg)	
}
.user-nav li i {
	top: -1px;
	margin-right: 3px;
}


.user-nav .app-reg, .user-nav .user-more {
	position: relative;
	z-index: 1;
}
.user-nav .app-reg:hover .app-hover {
	display: block;
	        -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit;
}
.user-nav .app-reg .app-hover {
	display: none;
    position: absolute;
    right: -3px;
    top: 40px;
    width: 155px;
    padding: 8px 10px 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.user-nav .app-reg .app-hover:before {
	position: absolute;
	top: -10px;
	right: 68px;
	border-bottom: 10px solid #d8d8d8;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
}
.user-nav .app-reg .app-hover:after {
	position: absolute;
	top: -8px;
	right: 68px;
	border-bottom: 8px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
}
.user-nav .app-reg .app-hover li {
	position: relative;
	float: none;
	text-align: center;
}
.user-nav .app-reg .app-hover li:not(:last-child) {
	margin-bottom: 5px;
}
.user-nav .app-reg .app-hover li strong {
	font-size: 14px;
	font-weight: lighter;
}
.user-nav .app-reg .app-hover li .icon-vipapp {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	border: 2px solid #fff;
	background: url("icon_vipapp[1].png") no-repeat center;
	background-size: cover;
}
.user-nav .app-reg .app-hover li .icon-vipapp:before {
	display: none;
}

.user-nav .user-more {
	position: relative;
}
.user-nav .user-more:hover .user-hover {
	display: block;
	        -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit;
}



.user-nav .user-more .user-hover {
	display: none;
    position: absolute;
    right: 10px;
    top: 40px;

    padding: 8px 5px 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.user-nav .user-more .user-hover:before {
	position: absolute;
	top: -10px;
	right: 10px;
	border-bottom: 10px solid #d8d8d8;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
}
.user-nav .user-more .user-hover:after {
	position: absolute;
	top: -8px;
	right: 10px;
	border-bottom: 8px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
}
.user-nav .user-more .user-hover li {
	float: none;
	margin: 0!important;
}
.user-nav .user-more .user-hover li.fg {
	height: 1px;
	margin: 5px -5px!important;
	background: #eee;
	
}
.user-nav .user-more .user-hover li a {
	height: 26px;
	color: #333;
	white-space: nowrap;
	line-height: 26px;
}
.user-nav .user-more .user-hover li a:hover {
	text-decoration: none;
	opacity: .6;
}

#searcher, .no-searcher-title {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0;
	height: 100px;	
	background: #f5f5fa;
}
#searcher.fixed-top {
	position: fixed;
	top: 0;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	z-index: 99;
	
}
#searcher.fixed-top .search-label {
	display: none;
}
#searcher.fixed-top .search-logo {
	display: block;

}


.no-searcher-title {
	position: relative;
}
.no-searcher-title h1 {
 	position: absolute;
 	left: 50%;
	margin-left: -600px;
	font-size: 22px;
	color: #fff;
	line-height: 80px;
	text-align: left;
}
.search-label {
	position: absolute;
	width: 175px;
	font-size: 22px;
	color: #0033a0;
	line-height: 100px;
	text-align: center;
}
.search-label sup {
	position: absolute;
	top: 29px;
	left: 50%;
	margin-left: 45px;
	line-height: 13px;
}
#searcher .search-logo {
	display: none;
	position: absolute;
	left: 27px;
	top: 25px;
	width: 105px;
	height: 50px;
	background: url("show_logo[1].png") no-repeat;
}
#searcher .search-logo a {
	display: inline-block;
	width: 105px;
	height: 50px;
}

.search {
	position: absolute;
	top: 28px;
	left: 170px;
	width: 1030px;
}
.search .layui-input, .search .layui-btn {
	font-size: 14px;
	height: 50px;
	border-radius: 0px;
}
.search .search-sel {	
	float: left;
	width: 125px;
	height: 50px;
	background: #fff;
	border-radius: 5px 0 0 5px;
}
.search .search-sel .layui-form-select .layui-input {
	border-radius: 5px 0 0 5px;
}
.search .search-sel .layui-form-select dl {
	top: 50px;
	bottom: auto;
}
.search .search-input {
	float: left;
	width: 535px;
	margin-left: -1px;
}

.search .search-btn {
	float: left;
	width: 150px;
}
.search .search-btn button {
	position: relative;
	width: 100%;
	font-size: 16px;
	text-align: center;
	background: #0033a0;
	border-radius: 0 5px 5px 0;
}
.search .search-btn button:before {
	position: absolute;
	left: 30px;
	font-family:iconfont!important;
	font-weight:normal;
	font-style:normal;
	font-size: 20px;
	opacity: 0;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e605";
	animation: animX 1s cubic-bezier(0.36,0,0.64,1) -.5s infinite alternate, animY 1s cubic-bezier(0.36,0,0.64,1)  0s infinite alternate;	
}
.search .search-btn.searching button:before {
	opacity: 1
}

.search .search-tool {
	float: left;
	width: 215px;
	height: 50px;
	font-size: 14px;
	color: #fff;
}
.search .search-tool li {
	float: left;
	width: 95px;
	text-align: center;
	line-height: 24px;
}
.search .search-tool li:nth-child(2) {
	height: 50px;
	float: right;
	padding: 8px 0;
}
.search .search-tool li a {
	font-size: 16px;
	color: #000;
}
.search .search-tool li:nth-child(2) a {
	display: inline-block;
	width: 100px;
	line-height: 34px;
	color: #3b62b6;
	border: 1px solid #afbde1;
	border-radius: 3px
}
.search .search-tool li:nth-child(2) a:hover {
	text-decoration: none;
}
.web-intro {
	padding-top: 10px;
}
.web-intro h1 {
	height: 65px;
 	color: #050505;
 	font-size: 24px;
 	line-height: 64px;
	border-bottom: 1px solid #e0e0e0;
}
.web-intro h1 .title {
	position: relative;
	display: inline-block;
	padding: 0 10px;
}
.web-intro h1 .title:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 66px;
	border: 0;
	border-bottom: 3px solid #15508c;
	border-radius: 2px 2px 0 0;
	box-sizing: border-box;
	pointer-events: none;
}
.intro-content {
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
}
.web-content {
	padding: 0 10px;
	font-size: 14px;
}
.web-content h2 {
	color: #5F5F5F;
	font-size: 18px;
	font-weight: bolder;
	margin: 30px 0 15px;
}
.web-content h2 .label {
	color: inherit;
}
.web-content ul {

}
.web-content ul li {
	margin: .6em 0;
	font-size: 16px;
	line-height: 24px;
	list-style: decimal;
	list-style-position: inside;
}
.web-content p {
	margin: .8em 0;
	font-size: 16px;
line-height: 24px;
}
.web-content strong {
    line-height: 24px;
}
.web-content .table-list {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.web-content .table-list .table-header {
	text-align: center;
	line-height: 30px;
}
.web-content .table-list th, .web-content .table-list td {
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.agreement .web-intro h1 {
	text-align: center;
}


#footer {
	padding: 45px 0;
	text-align: center;
	font-size: 14px;
	line-height: 27px;
	background: #E3E3ED;
}
#footer span {
	margin: 0 5px;
}
#footer .foot-nav li {
	display: inline-block;
	text-align: center;
	line-height: 27px;
}
#footer .foot-nav li:not(:last-child):after {
	display: inline-block;
	margin-left: 3px;
	content: "|";
}
.web-tools {
	width: 50px;
	position: fixed;
	right: 5px;
	bottom: 10px;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||15)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	_position: absolute;
	z-index: 999;
}
.web-tools a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
	text-align: center;
	color: #777;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.web-tools a:hover {
	text-decoration: none;
}
.web-tools a:hover span {
	top: -49px;
}
.web-tools a span {
	position: relative;
	top: 0;
	display: block;
	width: 48px;
	height: 98px;
	padding: 4px 2px 4px 4px;
	font-size: 14px;
	padding-top: 56px;	
	line-height: 16px;
	letter-spacing: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.web-tools a span i {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 52px;
	color: #999;
	text-align: center;
}
.web-tools .icon-consult {
	background: url("icon_zx[1].png") no-repeat center;
	background-size: 30px;
}
.web-tools .icon-consult:before {
	display: none;
}


.login:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -75px;
	font-size: 30px;

	letter-spacing: 1px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	content: "欢迎登录";
}
.login .layui-layer-title {
	height: 60px;
	line-height: 60px;
	background-color: #f3f4f4;
	border-bottom: 0;
}

.login .layui-layer-content {
	overflow: visible!important;
}
.login .layui-tab-title {
	position: absolute;	
	top: -60px;
	width: 100%;
	height: 60px;
	border-bottom: 0;
}
.login .layui-tab {
	margin: 0;
}
.login .layui-tab-title li {
	width: 33.33%;
	font-size: 18px;
	color: #888;
	line-height: 60px;
}
.login .layui-tab-title .layui-this {
	background: #fff;
}
.login .layui-tab-title .layui-this:after {
	display: none;
}
.login .layui-tab-content {
	padding: 50px 40px;
}
.login .login-input {
	padding: 0;

}
.login .input-group {
	margin-bottom: 12px;

}
.login .input-group:before, .login .input-group:after {
	display: table;
	content: "";
	clear: both;
}
.login .input-group .inline-text {
	height: 50px;
	font-size: 14px;
    line-height: 50px;
}
.login .input-group .inline-text .layui-form-checkbox {
	margin-top: 16px;
}
.login .input-group .inline-text .layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #0033a0;
}
.login .input-group .inline-text .layui-form-checked[lay-skin=primary] i {
	background-color: #0033a0;
	border-color: #0033a0;
}
.login .inline-input {
	position: relative;
	width: 100%!important
}
.login .inline-input i {
	position: absolute;
	top: 14px;
	right: 11px;
	width: 30px;
	height: 30px;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	opacity: .5;
	background-repeat: no-repeat;
}
.login .inline-input i:before {
	display: none;
}
.login .inline-input i.icon-user {
	background-image: url("icon_login_i1[1].png");
}
.login .inline-input i.icon-psw {
	background-image: url("icon_login_i2[1].png");
}
.login .inline-input i.icon-mobile {
	background-image: url("icon_login_i3[1].png");
}
.login .inline-input .layui-input {
	height: 57px;
	padding-right: 54px;
	padding-left: 18px;
	font-size: 16px;
	border: 1px solid #dbdee1;
	border-radius: 0;
}
.login .inline-input .layui-input:focus {
	border-color: #0033a0!important;
	
}
.login .inline-input .layui-input:focus + i {
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	opacity: 1;
}
.login .code .inline-input .layui-input {
	display: inline-block;
	width: 245px;
	vertical-align: bottom;
}
.login .code .inline-input .layui-btn, .login .code .inline-input .code-image {
	width: 142px;
	height: 57px;
	margin-left: 9px;
	font-size: 16px;
	color: #555;
	background: #f3f4f4;
	border: 1px solid #dbdee1;
}

.login .submit {
	margin-top: 30px;
	padding: 0;
	text-align: center;
}
.login .submit .layui-btn {
	width: 100%;
	height: 50px;
	margin: 0;
	font-size: 18px;
	line-height: 50px;
}

.login .inline-text {
	float: left;
}
.login .inline-text + .inline-text {
	float: right;
}

.login .code-show {
	padding: 24px 0;
	text-align: center;
}
.login .code-show:hover .code {
	margin-left: -200px;
}
.login .code-show:hover .help {
	opacity: 1;
}
.login .code-show .code {
	width: 220px;
	height: 220px;
	padding: 10px;
	border: 1px solid #ccc;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.login .code-show p {
	margin-bottom: 0!important;
	font-size: 18px;
	line-height: 50px;
	text-align: center;	
}
.login .code-show .help {

	position: absolute;
	right: 15px;
	top: 72px;
    transition: all .3s;
    -webkit-transition: all .3s;
	opacity: 0;
}
.login .submit + .input-group {
	margin-bottom: 44px;
}
.login .submit + .login-other {
	margin-top: 25px;
}
.login-other h4 {
	position: relative;
	font-size: 18px;
	text-align: center;
}
.login-other h4:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 135px;
	border-bottom: 1px solid #ccc;
	content: "";
}
.login-other h4:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 135px;
	border-bottom: 1px solid #ccc;
	content: "";
}
.login-other ul {
	padding: 25px 0 0;
	text-align: center;
}
.login-other li {
	display: inline-block;

	font-size: 14px;
	color: #333;
	text-align: center;
}
.login-other li + li {
	margin-left: 40px;
}
.login-other li a {
	color: #333;
}
.login-other li a:hover {
	text-decoration: none;
}
.login-other li i {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 5px;
	font-size: 24px;
	color: #fff;
	line-height: 46px;
	background: #eee;
	border-radius: 100%;
	vertical-align: middle;
}
.login-other li .icon-weichat {
	background-color: #01d10c;
}
.login-other li .icon-qq {
	background-color: #3998fc;
}
.login-other li .icon-carsi {
	background-color: transparent;
}
.login-other li .icon-carsi:before {
	width: 45px;
	height: 45px;
	background: url("icon_carsi[1].png") no-repeat;
	content: "";
}

.login-switch {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48px;
	height: 48px;
}
.login-switch a {
	display: block;
	width: 48px;
	height: 48px;
	background: url("login_bg[1].png") no-repeat;
	-webkit-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
	-moz-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
	transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
}
.login-switch .code {
	background-position: 0 -48px;
}
.login-switch .text {
	background-position: -48px 0;
}

.share {
	padding: 20px;
}
.share .social-share .social-share-icon {
	width: 64px;
	height: 64px;
	line-height: 64px;
	font-size: 46px;
}

.layer-input {
	padding: 10px 20px;
}
.layer-input .input-group {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 32px;
}
.layer-input .input-group:before, .layer-input .input-group:after {
    display: table;
    clear: both;
    content: "";
}
.layer-input .input-group .label {
    width: 58px;
    margin-right: 10px;
    color: #777;
    line-height: 32px;
    text-align: justify;
    text-align-last: justify;
}
.layer-input .input-group .inline-sel, .layer-input .input-group .inline-input, .layer-input .input-group .inline-btn, .layer-input .input-group .inline-check, .layer-input .input-group .label, .layer-input .input-group .inline-text, .layer-input .input-group .inline-textarea, .layer-input .input-group .inline-pic, .layer-input .input-group .inline-tip {
    float: left;
    height: 34px;
    margin-right: 10px;
}
.layer-input .input-group .inline-input {
		width: 300px;
}
.layer-input .input-group .layui-input {
	    font-size: 14px;
    height: 34px;
}
.layer-input .input-group .inline-textarea {
	width: 550px;
	height: auto;
}
.layer-input .input-group .inline-pic img {
	width: 80px;
	height: 34px;
}
.layer-input .input-group .code-input {
	width: 80px;
}
.layer-input .input-group .inline-tip {
	color: #dd0000
}
.layer-input .submit {
	text-align: center;
}

.category {

}
.category:before, .category:after {
	display: table;
	content: "";
	clear: both;
}
.category .class-box {
	position: relative;

	height: 350px;

	line-height: 20px;
	padding: 10px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}
.category .class-box h3 {
	position: absolute;
	top: -40px;
	font-size: 16px;
	line-height: 40px;
}
.category .h-scroll {
	height: 100%;
}
.category .class-op {
	float: left;
	width: 100px;
	height: 350px;
    margin-top: 40px;
    padding: 132px 0;
    text-align: center;
}
.category .class-op .layui-btn + .layui-btn {
	margin-left: 0;
	margin-top: 10px;
}

.category .class-all {

}
.category .class-selected {
	float: right;
	width: 200px;
}
.category .cluster-list .cluster-item a {
	padding-right: 10px;
}
.category .tip {
	text-align: center;
	line-height: 32px;
}
.category .submit {
	padding-top: 20px;
	clear: both;
	text-align: center;
}
.category .cluster-list .cluster-item a:hover, .category .cluster-list .cluster-item > span:hover {
	border: 1px solid transparent;
	background: #fafafa;
}
.category .cluster-list .cluster-item a:hover > i, .category .cluster-list .cluster-item > span:hover > i {
	background: #fafafa;
}



.cluster-list .cluster-list {}
.cluster-list .cluster-item {
	margin-bottom: 0;
	line-height: 30px;
}
.cluster-list .cluster-item .layui-form-checkbox[lay-skin=primary] i {
	top: -1px;
	margin-right: 3px;
}
.cluster-list .cluster-item a, .cluster-list .cluster-item > span {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 75px;
	color: #000;
	border: 1px solid #fff;
	border-radius: 5px;
}
.cluster-list .cluster-item a:before, .cluster-list .cluster-item > span:before {
	position: absolute;
	width: 3px;
	height: 3px;
	left: 8px;
	top: 50%;
	margin-top: -2px;
	background: #cccccc;
	    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	content: "";
}
.cluster-list .cluster-item a:hover, .cluster-list .cluster-item > span:hover {
	border-color: #e5e5e5;
	text-decoration: none;
}
.cluster-list .cluster-item a:hover:before, .cluster-list .cluster-item > span:hover:before {
	background: #333333;
}
.cluster-list .cluster-item a tt, .cluster-list .cluster-item > span tt {
	position: absolute;
	right: 10px;
}
.cluster-list .cluster-item a > i, .cluster-list .cluster-item > span > i {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: -21px;
	margin-right: -3px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	vertical-align: middle;
	border-radius: 100%;
	cursor: pointer;
}
.cluster-list .cluster-item a > i:before, .cluster-list .cluster-item > span > i:before {
	width: 20px;
}
.cluster-list .cluster-list .cluster-item a, .cluster-list .cluster-list .cluster-item > span {
    padding-left: 39px;
}
.cluster-list .cluster-list .cluster-item a:before, .cluster-list .cluster-list .cluster-item > span:before {
    left: 23px;
}
.cluster-list .cluster-list .cluster-list .cluster-item a, .cluster-list .cluster-list .cluster-list .cluster-item > span {
	padding-left: 58px;
}
.cluster-list .cluster-list .cluster-list .cluster-item a:before, .cluster-list .cluster-list .cluster-list .cluster-item > span:before {
    left: 45px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a, .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span {
	padding-left: 77px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a:before, .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span:before {
    left: 64px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a, .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span {
	padding-left: 96px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a:before, .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span:before {
    left: 83px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a, .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span {
	padding-left: 115px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a:before, .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span:before {
    left: 102px;
}


/*  图标  */



@font-face {
	font-family: "iconfont";
	src: url("25231508_iconfont[1].eot"); /* IE9*/
	src: url("iconfont[1]__1_.eot") format('embedded-opentype'),url("iconfont[1]__1_.woff") format('woff'),url("iconfont[1]__1_.ttf") format('truetype'),url("iconfont[1]__1_.svg") format('svg'); /* iOS 4.1- */
}

[class^="icon-"],[class*=" icon-"] {
	position: relative;
	display: inline-block;
	font-family:iconfont!important;
	font-weight:normal;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,[class*=" icon-"]:before {
	text-decoration:inherit;
	display:inline-block;
	speak:none;
	content: "\e60d";
}



.icon-organ:before { 
	content: "\e9d3"; 
}
.icon-author:before { 
	content: "\e744"; 
}
.icon-subject:before { 
	content: "\e699"; 
}
.icon-journal:before { 
	content: "\e609"; 
}
.icon-close:before { 
	content: "\e60b"; 
}
.icon-user:before, .icon-login:before { 
	content: "\e788"; 
}
.icon-report:before { 
	content: "\e602"; 
}
.icon-app:before { 
	content: "\e793"; 
}
.icon-rar:before { 
	content: "\e7b1"; 
}
.icon-view:before {
	content: "\e60f";
}
.icon-read:before {
	content: "\e656";
}
.icon-down:before, .icon-pdf:before, .icon-free:before {
	content: "\e675";
}
.icon-send:before {
	content: "\e603";
}
.icon-oa:before {
	content: "\e649";
}
.icon-site:before {
	content: "\e613";
}
.icon-favorite:before {
	content: "\e6be";
}
.icon-share:before {
	content: "\e617";
}
.icon-export:before {
	content: "\e69d";
}
.icon-help:before { 
	content: "\e612"; 
}
.icon-tip:before { 
	content: "\e604"; 
}
.icon-arrow-right:before {
	content: "\e63a";
}
.icon-psw:before {
	content: "\e647";
}
.icon-plus:before {
	content: "\e611";
}
.icon-minus:before {
	content: "\e66e";
}
.icon-search:before {
	content: "\e605";
}
.icon-del:before {
	content: "\e60c";
}
.icon-loading {
	animation: loading 1s linear infinite;
}
.icon-loading:before {
	content: "\e722";
}
.icon-nr1:before, .icon-nr2:before, .icon-nr3:before, .icon-reader:before {
	content: "\e660";
}
.icon-tb1:before {
	content: "\e73e";
}
.icon-tb2:before {
	content: "\e607";
}
.icon-tb3:before {
	content: "\e60a";
}
.icon-sort:before {
	content: "\e625";
}
.icon-simple:before {
	content: "\e606";
}
.icon-full:before {
	content: "\e662";
}
.icon-table:before {
	content: "\e721";
}
.icon-cover:before {
	content: "\e600";
}
.icon-exit:before {
	content: "\e83f";
}
.icon-save:before {
	content: "\e700";
}
.icon-top:before {
	content: "\e618";
}
.icon-feed:before {
	content: "\e61e";
}
.icon-code:before {
	content: "\e616";
}
.icon-copy:before {
	content: "\e8e0";
}
.icon-print:before {
	content: "\e637";
}
.icon-order:before {
	content: "\e6cd";
}
.icon-none:before {
	content: "\e638";
}
.icon-weichat:before {
	content: "\e614";
}
.icon-weibo:before {
	content: "\e64a";
}
.icon-qq:before {
	content: "\e63f";

}

.icon-scan:before {
	content: "\e601";
}
.icon-organ:before {
	content: "\e7a6";
}
.icon-index:before {
	content: "\e655";
}
.icon-track:before {
	content: "\e60d";
}


.icon-oa-pic {
	width: 206px;
	height: 54px;
	background: url("oa_pic[1].png") no-repeat;
	background-size: cover;
}
.icon-oa-pic:before {
	display: none;
}
.icon-oa-text {
	position: relative;
	top: -1px;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	display: inline-block;
	padding: 0 4px;
	color: #fff;
	font-size: 12px;
	font-weight: lighter;
	line-height: 16px;
	background: url("oa_text[1].png") no-repeat;
	background-size: cover;
	vertical-align: bottom;
}
.icon-oa-text:before {
	display: none;
}
.icon-speed {
	width: 15px;
	height: 15px;
	background: url("icon_speed[1].png") no-repeat;
	    vertical-align: -3px;
}
.icon-speed:before {
	display: none;
}

.table-list .sp-type .icon-oa-text {
	top: 0;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
}

/*帮助*/	
.help {
	
}
.help-intro {
	position: relative;
	padding: 10px;
}
.help-intro h1 {
	margin: 30px 0 40px;
	font-size: 30px;
}
.help-intro p {
	margin: .8em 0;
	font-size: 16px;
	line-height: 24px;
}
.help-intro ul {
	padding: 1em 0;
}
.help-intro ul li {
	margin: .6em 0;
	font-size: 16px;
	line-height: 24px;
}
.help-intro ul li .label {
	color: #000;
	font-weight: bold;
}
.help-intro img {
    position: absolute;
    right: 0;
    bottom: -10px;
}


.help-content {
	padding: 0 10px;
	font-size: 14px;
}
.help-content h2 {
	height: 65px;
	margin: 0 -10px 20px;	
 	color: #050505;
 	font-size: 24px;
 	line-height: 64px;
	border-bottom: 1px solid #e0e0e0;
}
.help-content h2 .title {
	position: relative;
	display: inline-block;
	padding: 0 10px;
}
.help-content h2 .title:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 66px;
	border: 0;
	border-bottom: 3px solid #15508c;
	border-radius: 2px 2px 0 0;
	box-sizing: border-box;
	pointer-events: none;
}
.help-content h3 {
	font-size: 20px;
	font-weight: bolder;
	margin: 30px 0 15px;
}
.help-content h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bolder;
}
.help-content h5 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bolder;
}
.help-content h5:before {
	display: inline-block;
	margin-right: 3px;
	content: "\25C6 ";
}
.help-content ul {

}
.help-content ul li {
	margin: .6em 0;
	font-size: 16px;
	line-height: 24px;
	list-style: decimal;
	list-style-position: inside;
}
.help-content ul li .label {
	color: #000;
	font-weight: bold;
}
.help-content ol li {
	margin: .6em 0;
	font-size: 16px;
	line-height: 24px;
	list-style: none;
}
.help-content ul ol {
	margin-left: 18px;
}
.help-content p {
	margin: .8em 0;
	font-size: 16px;
	line-height: 24px;
}
.help-content strong {
    line-height: 24px;
}
.help-content .table-list {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.help-content .table-list .table-header {
	text-align: center;
	line-height: 30px;
}
.help-content .table-list th, .help-content .table-list td {
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.help-content .help-pic {
	text-align: center;
}
.help-content .help-pic img {
	max-width: 90%;
	margin: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
/* order layer box */
.order-layer .layer-input .input-group .inline-input {
	width: 300px;
}
.order-layer .layer-input .input-group .inline-textarea {
	width: 350px;
}
.order-layer .layer-input .input-group .inline-textarea .layui-textarea {
	min-height: 2em;
}
.order-layer .layer-input .input-group .layui-form-radio {
	width: 100px;
}


@media screen and (max-width: 1340px) {
.web-tools a {
	background: #fff;
}
}

/*--anim--*/
@-webkit-keyframes check-fly {
  0% {

    top: 0;
    opacity: .5;
    transform:scale(1.2);
  } 
  100% {

    top: -30px;
    opacity: 0;
    transform:scale(.5);
  }
}

@keyframes check-fly {
  0% {

    top: 0;
    opacity: .5;
    transform:scale(1.2);
  } 
  100% {

    top: -30px;
    opacity: 0;
    transform:scale(.5);
  }
}

@keyframes animX{
	  0% {left: 25px;}
	100% {left: 35px;}
}
@keyframes animY{
	  0% {top: 0px;}
	100% {top: 10px;}
}

@-webkit-keyframes loading {
	from{-webkit-transform:rotate(0)}
	to{-webkit-transform:rotate(360deg)}
}
@keyframes loading {
	from{transform:rotate(0)}
	to{transform:rotate(360deg)}
}
@keyframes loading-m1 {
  0% {
  	opacity: 0;
	transform: translate3d(-20px, -10px,0) skewX(10deg) rotateY(120deg);
  } 
  40% {
  	opacity: 1;
	transform: translate3d(0, 0px,0) skewX(0deg) rotateY(0deg);
  } 
   50% {
  	opacity: 1;
	transform: translate3d(0, 0px,0)
  } 
    90% {

	 opacity: 0;
	transform: translate3d(20px, 0, 0)
  }
  100% {

	 opacity: 0;
	transform: translate3d(20px, 0px, 0)
  }
}
@keyframes loading-m2 {
  0% {
  	opacity: 0;
	transform: translate3d(-20px, 0px,0)
  } 
   10% {
  	opacity: 1;
	transform: translate3d(0, 0px,0)
  } 
   20% {
  	opacity: 1;
	transform: translate3d(0, 0px,0)
  } 
  30% {

	 opacity: 0;
	transform: translate3d(20px, 0px, 0)
  }
  100% {

	 opacity: 0;
	transform: translate3d(20px, 0px, 0)
  }
}

.search-left .loading {
  display: inline-block;
  width: 100%;
  height: 100px;
  font-size: 30px;
  padding: 1em;
  position: relative;
  text-align: center;
  margin-bottom: .25em;
  vertical-align: top;

}


[class*="loader-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}
.loader-m1:before,
.loader-m1:after,
.loader-m1 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader-m1 1.8s infinite ease-in-out;
  animation: loader-m1 1.8s infinite ease-in-out;
}

.loader-m1 {
  color: currentcolor;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: -1em;
}

.loader-m1:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-m1:after {
  left: 100%;
}

.loader-m1:before,
.loader-m1:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes loader-m1 {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -1em #777;
  }
  40% {
    box-shadow: 0 1em 0 -.2em #777;
  }
}

@keyframes loader-m1 {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -1em #777;
  }
  40% {
    box-shadow: 0 1em 0 -.2em #777;
  }
}


/*在线咨询*/
#newBridge .nb-icon-wrap  {
    width: 48px!important;
    height: 48px!important;
    overflow: hidden;
    position: fixed;
    right: 5px!important;
    bottom: 180px!important;
    top: auto!important;
	margin: 0!important;
	text-align: center!important;
    color: #777!important;
    border: 1px solid #aaa!important;
    border-radius: 5px!important;
	
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,180)||15)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _position: absolute;
    z-index: 999;
}
#newBridge .nb-icon-wrap:before {
	display: block;
	position: relative;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 52px;
    color: #999;
    text-align: center;
    background: url("icon_zx[1].png") no-repeat center;
    background-size: 30px;
	content: "";
	    transition: all .3s;
    -webkit-transition: all .3s;
}
#newBridge .nb-icon-wrap:after {
	display: block;
	position: relative;
    width: 38px;
    height: 30px;
    padding: 9px 6px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
	content: "在线咨询";
	transition: all .3s;
    -webkit-transition: all .3s;
}
#newBridge .nb-icon-wrap:hover:before,
#newBridge .nb-icon-wrap:hover:after {
transform: translate(0, -50px);
}

#newBridge .nb-icon-wrap .nb-icon-inner-wrap,
#newBridge .nb-icon-wrap .nb-icon-wrap-base,
#newBridge .mobile-invite-bottom {
	display: none;
}



/*投稿指南广告*/
.icon-tg-s {
	top: 2px;
	width: 14px;
	height: 14px;
	margin-right: 2px;
	background: url("icon_tg_s[1].png") no-repeat;

}
.icon-tg-s:before {
	display: none;
}
/*2020-02-20专题*/
#adv-1 {
	display: none;
	/*position: relative;*/
}
#adv-1 .close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: 0;	
	background: url("icon[1].png") no-repeat;
    background-position: -149px -31px;
}

#adv-1 .close:hover {
	text-decoration: none;
}
.adv-1-show #adv-1 {
	display: block;
}	
.adv-1-show .show-logo {
	top: 25%;
}
.adv-1-show .show-text {
	top: 35%;
}
.adv-1-show #searcher {
	top: 44%;
}
.adv-1-show .academic-info {
	top: 52%;
}
.adv-1-show .show-guid {
	bottom: 27%;
}
.adv-2 {
	left: auto!important;
	right: 10px;
	margin-top: -100px!important;
}
.rl-layer {
	margin-left: -15px!important;
	background-color: transparent!important;
	box-shadow: 0 0 0!important;
}
.rl-layer .layui-layer-setwin .layui-layer-close2 {
	right: -3px;
}
.rl-layer .layui-layer-ico {
	background-image: url("rl_icon[1].png");
	background-position: 0 0!important;
}
.rl-layer a:hover {
	opacity: 1;
}
/*zt 读书月 04-23*/
.article-title {
	position: relative;
	padding-right: 170px!important;
}
.article-title .zt-op {
	position: absolute;
	top: 1px;
	right: 70px;
}
.article-title .zt-op a {
    position: relative;
    display: inline-block;
    height: 36px;
    margin-right: 10px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    color: #a62125;
    border: 1px solid #a62125;
    border-radius: 5px;
}
.article-title .zt-op a:after {
	position: absolute;
    top: -10px;
    right: -0px;
    width: 30px;
    height: 13px;
    background: url("pic_dsy[1].png") no-repeat;
    color: #fff;
    z-index: 2;
	content: "";
}

.dsy-layer:before {
    position: absolute;
    left: 10px;
    
    top: -12px;
	width: 78px;
	height: 46px;
	background: url("pic_dsy_big[1].png") no-repeat;
    content: "";
}
.dsy-layer .layui-layer-title {
	background: url("dsy_layer_title[1].png") no-repeat center #fbdede;	
}

.dsy-layer .list-op, .dsy-layer .selection-op {
	height: 50px;
	padding: 12px 20px;
	line-height: 25px;
	border-bottom: 1px solid #eee;
}
.dsy-layer .list-op .layui-col-xs9 {
	text-align: right;
}
.dsy-layer .list-op .layui-btn {
	color: #555;
	background: #ddd;
	height: 25px;
	margin: 0 5px!important;
	line-height: 23px;
	padding: 0 8px;
	font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 5px!important;
	background: #f5f5fa;
}
.dsy-layer .list-op .btn-hover {
	padding-right: 20px;
}
.dsy-layer .list-op .btn-hover .icon-edge {
	border-top-color: #555;
}
.dsy-layer .list-op .btn-hover-list {
    left: -1px;
    right: -1px;
    margin-top: 0;
    background: #f5f5fa;
    border: 1px solid #e5e5e5;

}
.dsy-layer .list-op .btn-hover-list dd a {
	padding: 0 8px;
}
.dsy-layer .selection-list {
	overflow: auto;
	height: 205px;
	padding: 15px 20px;
}
.dsy-layer .selection-list dl {
	position: relative;
	left: 0;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 60px;
	border-bottom: 1px solid #eee;
 	transition: all .3s;
	-webkit-transition: all .3s;
}
.dsy-layer .selection-list dl:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.dsy-layer .selection-list dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3px;
	font-size: 14px;
}
.dsy-layer .selection-list dt a {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 28em;
	color: #333;
	font-weight: bold;
	vertical-align: middle;
}
.dsy-layer .selection-list dt a + span {
	vertical-align: middle;
}
.dsy-layer .selection-list dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
	line-height: 20px;
}
.dsy-layer .selection-list dd a {
	color: inherit;
}
.dsy-layer .selection-list dd.op {
	position: absolute;
	right: 0;
	top: -4px;
	text-align: center;
}
.dsy-layer .selection-list dd.op .layui-btn {
	width: 30px;
	height: 54px;
	padding: 7px 0;
	text-align: center;
	background: #eee;
}
.dsy-layer .selection-list dd.op .layui-btn:hover {
	color: #888;
}
.dsy-layer .selection-list .from:before, .dsy-layer .selection-list .vol:before {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	content: "\00B7";
}
.dsy-layer .selection-list .author span:after {
	display: inline-block;
	margin-left: 1px;
	margin-right: 3px;
	content: ",";
}
.dsy-layer .selection-list .author .more > span {
    display: none;
}
.dsy-layer .selection-list .author .more .num {
	position: relative;
	margin: 0 3px;
	color: #8c9296;
	text-decoration: none;
}

.dsy-layer .selection-list .author .more .num:after {
	position: absolute;
	left: -3px;
	top: -1px;
	right: -3px;
	bottom: -1px;
	background: #f4f4f4;
	border-radius: 3px;
	content: "";
	z-index: -1;
}
.dsy-layer .selection-list dt .layui-badge {
	margin-left: 3px;
	background-color: #a51e22;
}

.dsy-layer .selection-list dd.sel {
    position: absolute;
    left: 0;
    top: 1px;
}
.dsy-layer .selection-list dd.sel .layui-form-checkbox[lay-skin=primary] i {
	top: 0;
}
.dsy-layer .selection-op {
	height: auto;
}
.dsy-layer .selection-op {
	border-top: 1px solid #eee;
}
.dsy-layer .selection-op .layui-form-radio {
	position: relative;
	padding: 0 15px;
	line-height: 23px;
	vertical-align: bottom;
}
.dsy-layer .selection-op .layui-form-radio + * + .layui-form-radio {
	margin-left: 8px;
}
.dsy-layer .selection-op .layui-form-radio * {
	vertical-align: bottom;
}
.dsy-layer .selection-op .layui-form-radio i {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
	height: 24px;
    text-indent: -300px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.dsy-layer .selection-op .layui-form-radio i:before {
    display: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 12px;
    height: 13px;
    font-size: 12px;
    line-height: 13px;
    text-indent: 0;
    color: #fff;
    content: "\e605";
    z-index: 1;
}
.dsy-layer .selection-op .layui-form-radio i:after {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 10px solid transparent;
    border-right: 10px solid #5fb878;
    border-bottom: 10px solid #5fb878;
    content: "";
}
.dsy-layer .selection-op .layui-form-radio.layui-form-radioed i {
    border: 2px solid #5fb878;
}
.dsy-layer .selection-op .layui-form-radio.layui-form-radioed i:before, 
.dsy-layer .selection-op .layui-form-radio.layui-form-radioed i:after {
	display: block;
}
.dsy-layer .submit {
	padding: 9px 0;
	text-align: center;
}
.dsy-layer .submit .layui-btn {
	width: 150px;
	height: 30px;
	line-height: 30px;
}
.zt-tools {
	    width: 78px;
    position: fixed;
    right: 5px;
    bottom: 235px;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,235)||15)-(parseInt(this.currentStyle.marginBottom,235)||0)));
    _position: absolute;
    z-index: 999;
}
.zt-tools a {
	display: block;
	position: relative;
}

.zt-tools a .num {
	position: absolute;
	right: 3px;
	top: -6px;
	min-width: 14px;
	height: 14px;
	padding: 0 3px;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
	color: #fff;
	background-color: #a62125;
	border-radius: 100%;
}
.zt-tools a .num.add:after {
	display: block;
}
.zt-tools a .num:after {
	display: none;
	position: absolute;
	top: -16px;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	color: #dd0000;
	opacity: 0;
	animation-duration: 1s;
	animation-name: fly-up;
	content: "+1";
}
@-webkit-keyframes fly-up {
  0% {
	transform: translateY(10px);
    opacity: 0;

  } 
50% {

    	transform: translateY(0);
    opacity: 1;

  } 
  100% {
		transform: translateY(-5px);
    opacity: 0;
  }
}

@keyframes fly-up {
     0% {
	transform: translateY(10px);
    opacity: 0;

  } 
50% {

    	transform: translateY(0);
    opacity: 1;

  } 
  100% {
		transform: translateY(-5px);
    opacity: 0;
  }
}

/*职称考试广告*/
.icon-zc-s {
	top: 2px;
	width: 14px;
	height: 14px;
	margin-right: 2px;
	background: url("icon_zc_s[1].png") no-repeat;

}
.icon-zc-s:before {
	display: none;
}